From: Liangbin Lian Date: Fri, 1 Aug 2025 03:40:20 +0000 (+0800) Subject: openlist: Remove dependency on fuse X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=68c60fdc5d8b42b3179fc341e6033288f1aaad06;p=feed%2Fpackages.git openlist: Remove dependency on fuse Fixes https://github.com/openwrt/packages/issues/27011 Signed-off-by: Liangbin Lian --- diff --git a/net/openlist/Makefile b/net/openlist/Makefile index 239a25235b..d1c4aa7e62 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist PKG_VERSION:=4.0.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/OpenListTeam/OpenList/tar.gz/v$(PKG_VERSION)? @@ -17,7 +17,7 @@ PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Tianling Shen -PKG_BUILD_DEPENDS:=golang/host +PKG_BUILD_DEPENDS:=golang/host fuse PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 @@ -37,7 +37,7 @@ define Package/openlist CATEGORY:=Network TITLE:=A file list program that supports multiple storage URL:=https://docs.oplist.org - DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse-utils + DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle PROVIDES:=alist endef